Skip to content

Conversation

@cinntamani
Copy link
Contributor

Correct naming of arguments and docstring.

Correct naming of arguments and docstring.
@MiWeiss
Copy link
Collaborator

MiWeiss commented Jul 31, 2024

Nice. I like it, and I am glad we do this breaking change while we're still in beta :-)

Thanks

@MiWeiss MiWeiss changed the title Update entrypoint.py 💥[BREAKING CHANGE] - Rename write_file parameters Jan 14, 2026
@MiWeiss MiWeiss merged commit 6f5f161 into sciunto-org:main Jan 14, 2026
MiWeiss added a commit that referenced this pull request Jan 14, 2026
- Validate the encoding parameter before attempting to open the file.
  This provides a clearer error message when an invalid encoding is
  specified, rather than letting the error propagate from the open() call.
- Fix bug from PR #489 where write_file() referenced undefined variables
  (parse_stack/append_middleware) instead of the renamed parameters
  (unparse_stack/prepend_middleware).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
MiWeiss added a commit that referenced this pull request Jan 14, 2026
Fix bug introduced in PR #489 where write_file() was referencing
undefined variables (parse_stack/append_middleware) instead of the
renamed function parameters (unparse_stack/prepend_middleware).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
MiWeiss added a commit that referenced this pull request Jan 14, 2026
Fix bug introduced in PR #489 where write_file() was referencing
undefined variables (parse_stack/append_middleware) instead of the
renamed function parameters (unparse_stack/prepend_middleware).
MiWeiss added a commit that referenced this pull request Jan 14, 2026
- Validate the encoding parameter before attempting to open the file.
  This provides a clearer error message when an invalid encoding is
  specified, rather than letting the error propagate from the open() call.
- Fix bug from PR #489 where write_file() referenced undefined variables
  (parse_stack/append_middleware) instead of the renamed parameters
  (unparse_stack/prepend_middleware).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants